home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BBS / PKPRO13B.ARJ / EDITHELP < prev    next >
Text File  |  1991-05-01  |  3KB  |  79 lines

  1.  
  2. ╒══════< Cursor Movement >══════╤═══< Delete >════╤═════< Miscellaneous >═════╕
  3. │ ^S Char left   ^D Char right  │  ^G Character   │   ^B Reformat paragraph   │
  4. │ ^A Word left   ^F Word right  │ DEL Char left   │   ^N Insert a RETURN      │
  5. │ ^E Line  up    ^X Line down   │  ^T Word right  │   ^O Original msg quote   │
  6. │ ^I Tab cursor  ^P Line end    │  ^Y Line        │   ^V Overtype/Insert mode │
  7. ╞═════════< Scrolling >═════════╡                 │   ^W Display msg header   │
  8. │ ^C Screen up   ^R Screen down │  ^J Join lines  │  ESC Exit to command mode │
  9. └───────────────────────────────┴─────────────────┴───────────────────────────┘
  10.  
  11.  
  12. << Cursor Motion >>
  13.  
  14. Ctrl-S  Move left  1 character     (Left arrow key)
  15. Ctrl-D  Move right 1 character     (Right arrow key)
  16. Ctrl-E  Move up    1 line          (Up arrow key)
  17. Ctrl-X  Move down  1 line          (Down arrow key)
  18. Ctrl-A  Move left  1 word
  19. Ctrl-F  Move right 1 word
  20. Ctrl-I  Tab cursor to next tabstop (Tab key)
  21. Ctrl-P  Move cursor to line end    (End key)
  22.  
  23. << Scrolling >>
  24.  
  25. Ctrl-R  Move up a page             (PgUp key)
  26. Ctrl-C  Move down a page           (PgDn key)
  27.  
  28.  
  29. << Delete >>
  30.  
  31. Ctrl-G  Delete character at cursor
  32. Ctrl-H  Delete character to the left of the cursor  (Backspace)
  33. Ctrl-T  Delete the word following the cursor
  34. Ctrl-Y  Delete the current line
  35. Ctrl-J  Join current line with next line
  36.  
  37. << Miscellaneous >>
  38.  
  39. Ctrl-B  Reformat paragraph.  A paragraph ends with the first line that is
  40.         blank or that has leading spaces.
  41.  
  42. Ctrl-L  (Home key) Go to begining of the current line.
  43.  
  44. Ctrl-N  Insert a RETURN.  Splits line at the cursor.
  45.  
  46. Ctrl-O  Review the text of the Original message you were reading or replying.
  47.         You may also quote selected lines from the original message.
  48.  
  49. Ctrl-V  Toggle insert/overtype mode.  (Ins key)
  50.  
  51. ESC or
  52. Crtl-Q  Exit FS-Edit and return to the Message Entry Command prompt.
  53.  
  54.  
  55. Insert Mode versus Overtype Mode
  56. --------------------------------
  57.  
  58. In insert mode, all characters typed are INSERTED before the cursor. The
  59. ENTER key splits the line and BACKSPACE can re-join lines.
  60.  
  61. In overtype mode, characters "type over" what was on the screen before.
  62. Overtype mode also disables the automatic line SPLIT / JOIN available in
  63. insert mode.  Use ^N(split) and ^J(join) to manually split and join
  64. lines while in overtype mode.
  65.  
  66. Keyboard emulation
  67. ------------------
  68.  
  69. The easiest way to control the cursor in FS-Edit mode is to use your
  70. cursor keys.  Most popular terminal programs provide some sort of
  71. keyboard emulation.  Unfortunately, this emulation is either incomplete
  72. or requires you to go through an involved configuration process.
  73.  
  74. The WordStar* command set was chosen as a control-character command set
  75. because it can function on virtually any keyboard and with any terminal
  76. emulation mode.  It also has the advantage of leting you keep your
  77. fingers on the "home" keys while moving the cursor around.
  78.  
  79.